[Root] / FluentAssertions Assembly / FluentAssertions.Equivalency Namespace / IAssertionContext<TSubject> Interface

In This Topic
    IAssertionContext<TSubject> Interface Properties
    In This Topic

    For a list of all members of this type, see IAssertionContext<TSubject> members.

    Public Properties
     NameDescription
     PropertyA formatted phrase as is supported by System.String.Format(System.String,System.Object[]) explaining why the assertion is needed. If the phrase does not start with the word because, it is prepended automatically.  
     PropertyZero or more objects to format using the placeholders in Because.  
     PropertyGets the value of the expectation object that was matched with the subject using an IMemberMatchingRule.  
     PropertyGets the IMember of the member that returned the current object, or a null reference (Nothing in Visual Basic) if the current object represents the root object.  
     PropertyGets the value of the SelectedNode  
    Top
    See Also